Skip to main content
GET
cURL con datos ficticios

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

X-Account-Id
string
requerido

UUID de la cuenta asociada a la operación.

Ejemplo:

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

Parámetros de consulta

status
string

Filter by transfer status (lowercase)

Ejemplo:

"processing"

direction
string

Filter by direction (lowercase, outbound only)

Ejemplo:

"out"

end_to_end_id
string

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

Ejemplo:

"E12345678202605061030abcdef12345"

after
string

Opaque cursor returned by the previous page

limit
string

Page size (1-100, default 20)

Ejemplo:

"20"

Respuesta

OK

items
object[] | null
requerido
next_cursor
string
Ejemplo:

"eyJpZCI6IjAxOTYwNmEyLTRjNWQtN2U4Zi05MGExLTM0NTY3ODkwMTJjZCJ9"

prev_cursor
string
Ejemplo:

"eyJpZCI6IjAxOTYwNmEyLTRjNWQtN2U4Zi05MGExLTM0NTY3ODkwMTJjY30="