Skip to main content
GET
/
accounts
/
{address}
/
transfers
cURL
curl --request GET \
  --url https://grid.squads.xyz/api/grid/v1/accounts/{address}/transfers \
  --header 'Authorization: Bearer <token>' \
  --header 'x-grid-environment: <x-grid-environment>'
{
  "data": [
    {
      "Bridge": "<any>"
    }
  ],
  "metadata": {
    "request_id": "<string>",
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Your Grid API key from the Grid Dashboard

Headers

x-grid-environment
string
required

Solana network environment (sandbox, devnet, mainnet)

Path Parameters

address
string
required

Smart account address (Solana public key)

Query Parameters

type
string

Payment rail type filter

status
string

Transfer status filter

currency
string

Currency filter

start_date
string

Start date filter

end_date
string

End date filter

tx_hash
string

Transaction hash filter

limit
integer

Number of items to return

Required range: x >= 0
cursor
string

Pagination cursor

Response

Account transfers retrieved successfully

data
object[]
required
  • Option 1
  • Option 2
metadata
object
required