Skip to main content
GET
cURL com dados fictícios

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Cabeçalhos

X-Account-Id
string
obrigatório

UUID da conta associada à operação.

Exemplo:

"019606a1-3b4c-7d8e-9f01-234567890abc"

Parâmetros de consulta

status
string

Filter by transfer status (lowercase)

Exemplo:

"processing"

direction
string

Filter by direction (lowercase, outbound only)

Exemplo:

"out"

end_to_end_id
string

Filter by BCB end-to-end ID (32 chars)

Exemplo:

"E12345678202605061030abcdef12345"

after
string

Opaque cursor returned by the previous page

limit
string

Page size (1-100, default 20)

Exemplo:

"20"

Resposta

OK

items
object[] | null
obrigatório
next_cursor
string
Exemplo:

"eyJpZCI6IjAxOTYwNmEyLTRjNWQtN2U4Zi05MGExLTM0NTY3ODkwMTJjZCJ9"

prev_cursor
string
Exemplo:

"eyJpZCI6IjAxOTYwNmEyLTRjNWQtN2U4Zi05MGExLTM0NTY3ODkwMTJjY30="