Balances and transactions
Endpoint
Parameters
blockchain
Always solana
.
solana
sort
The sorting order for the results.
asc
or desc
page_size
Number of results to return data for. (max: 5000).
100
start_time
Starting time in ISO 8601 (inclusive).
2022-05-01T00:00:00.000Z
end_time
Ending time in ISO 8601 (inclusive).
2022-05-01T00:00:00.000Z
transaction_hash
The transaction hash to filter on.
syJFDzPJJ92GLsXqYXUKEY23e8uoLPAdgci7Ko9cUYZxvCvf5SHdKnYuC1Jh7UrTSzRc2EpUB7kzCwGd2qdTnKD
user_address
The address to filter on.
2AXXcN6oN9bBT5owwmTH53C7QHUXvhLeu718Kqt8rvY2
token_address
The token address to filter on.
EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
Fields
chain
Blockchain name.
solana
block_number
The height of the block.
328800011
timestamp
The timestamp of the block.
1742793063000000000
user_address
The address on which the row is focused.
CsVdJ8WH8Q9eHSTRpwtwN3TYApm24QnLKYUMNxJ3DaED
transaction_hash
Transaction hash.
syJFDzPJJ92GLsXqYXUKEY23e8uoLPAdgci7Ko9cUYZxvCvf5SHdKnYuC1Jh7UrTSzRc2EpUB7kzCwGd2qdTnKD
transaction_type
transfer
transaction_index
The index of the transaction.
15
ordinal
Index of the event.
5
sender_address
The address that sends tokens or coins.
2AXXcN6oN9bBT5owwmTH53C7QHUXvhLeu718Kqt8rvY2
receiver_address
The address that receives tokens or coins.
CsVdJ8WH8Q9eHSTRpwtwN3TYApm24QnLKYUMNxJ3DaED
token_symbol
Symbol of the token or coin transfered
SOL
token_address
The address of the token or coin transfered.
So11111111111111111111111111111111111111112
direction
Inflow or outflow from the user_address.
out
amount
Amount of asset transfered.
3.697694466
amount_usd
Amount of asset transferred in usd.
513.02619
balance_after
Wallet balance for the user_address for this asset.
2816.119373498
balance_after_usd
Wallet balance for the user_address for this asset in usd.
390714.54077
Request example
Response example
Possible values for the field transaction_type
:
transaction_type
:transfer
A coin transfer operation.
token_transfer
This operation involves the transfer of (SPL) tokens.
gas_fees
The amount of gas purchased by the initiator to execute the transaction.
Last updated
Was this helpful?