Skip to main content
GET
Get transfers between two addresses

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Query Parameters

network_a
string
required

Network of Address A

address_a
string
required

Address A to search

network_b
string
required

Network of Address B

address_b
string
required

Address B to search

size
number
default:10
Required range: 1 <= x <= 100
Example:

10

start_time
string

Start time

end_time
string

End time

types
string

Transfer types (comma-separated, e.g., "ibc,cctp")

Example:

"ibc,cctp"

cursor
string

Pagination cursor

Example:

"A"

Response

200 - application/json

List of transfers between the two specified addresses.

items
object[]
required
meta
object
required
Last modified on July 8, 2026