Token Transfers with Owner - Historical

NOTE: This endpoint is only callable by API keys in the following tiers:

  • Business
  • Developer
  • Enterprise
  • PremiumSharedRpc
  • StarterSharedRpc
  • UltimateSharedRpc

Retrieve transaction records for a transfer of a certain amount of tokens between two accounts on the Solana Blockchain.

Contains all transfers types between token owners for a given token with 'closeAccount', 'createAccount', 'createAccountWithSeed', 'transferChecked' and 'transfer'.

Data goes back to the Origin of Solana

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

body

blockId
string

The source token account refers to the account from which tokens are being transferred, When tokens are transferred from the source the account is debited. optional field

string

source owner is the per owner of the source (token account), each token account will refer to a distinct token mint optional field

string

The destination token account refers to the account to which tokens are being transferred, When tokens are transferred to the destination the account is credited. optional field

string

destination owner is the per owner of the destination (token account), each token account will refer to a distinct token mint optional field

string

Mint address per the SPL token program. > You can also visit https://www.hellomoon.io/id?search=token to search for mints using a user interface.

amount
object
number
1 to 1000

The number of results to return per page optional field

number
≥ 1

The page number to return optional field

string

The pagination token to use to keep your position in the results optional field

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json