Token
Token - Transfer List
Get transfer history for a specific token
GET
Token - Transfer List
Documentation Index
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A chain name listed in supported networks Supported blockchain chains
Available options:
sol, eth, bsc An address of a token
Query Parameters
Pagination cursor
Number of results per page
Pagination direction
Available options:
next, prev Start timestamp (Unix epoch in seconds)
End timestamp (Unix epoch in seconds)
Response
200 - application/json
Get Transfer List
Generic pagination response
Page data
Cursor for the end of current page
Example:
"eyJpZCI6ImVuZCJ9"
Whether there is a next page
Example:
false
Whether there is a previous page
Example:
false
Cursor for the start of current page
Example:
"eyJpZCI6InN0YXJ0In0="
Token - Transfer List

