Skip to main content
GET
List Solana wallet transfers

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

Query Parameters

address
string
required

Solana wallet address (base58) to fetch transfers for. Case-sensitive.

Required string length: 32 - 44
Pattern: ^[1-9A-HJ-NP-Za-km-z]+$
Example:

"8sLbNZoA1cfnvMJLPfp98ZLAnFSYCFApfJKMbiXNLwxj"

limit
integer
default:50

Maximum number of transfers to return per page (1–100).

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor returned as nextCursor from a previous request.

Minimum string length: 1

Response

Paginated list of Solana wallet transfers.

Paginated list of Solana wallet transfers.

data
object[]
required

Solana transfers involving the requested address.

hasMore
boolean
required

Whether more results are available beyond data.

nextCursor
string | null
required

Opaque pagination cursor. Pass to the next request as cursor to fetch the next page. Null when there are no more results.