curl --request GET \
--url https://api.soltop.sh/transaction/{signature} \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"signature": "<string>",
"slot": 123,
"blockTime": 123,
"success": true,
"fee": 123,
"tokens": [
"<string>"
],
"leader": "<string>",
"client": "jito-solana",
"clientVersion": "1.18.15",
"validatorName": "Jito Validator",
"markets": [
{
"poolAddress": "<string>",
"account_label": "Pump.fun AMM (Percolator-WSOL) Market",
"account_tags": [
"pump.fun amm",
"market"
]
}
]
}
}Retrieves detailed information about a specific transaction including slot, timestamp, success status, fee, tokens involved, and market information with human-readable labels and tags.
curl --request GET \
--url https://api.soltop.sh/transaction/{signature} \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"signature": "<string>",
"slot": 123,
"blockTime": 123,
"success": true,
"fee": 123,
"tokens": [
"<string>"
],
"leader": "<string>",
"client": "jito-solana",
"clientVersion": "1.18.15",
"validatorName": "Jito Validator",
"markets": [
{
"poolAddress": "<string>",
"account_label": "Pump.fun AMM (Percolator-WSOL) Market",
"account_tags": [
"pump.fun amm",
"market"
]
}
]
}
}API Key authentication. Format: sk_live_xxx (production) or sk_test_xxx (testing). Obtain your API key from the Blockline Dashboard.
Transaction signature (base58, 87-88 characters)
^[1-9A-HJ-NP-Za-km-z]{87,88}$