curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getSignaturesForAddress",
"params": [
"Vote111111111111111111111111111111111111111",
{
"limit": 1
}
]
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": [
{
"blockTime": 1778189644,
"confirmationStatus": "finalized",
"err": null,
"memo": null,
"signature": "5VERv8NMvz...",
"slot": 418263062
}
]
}Returns recent confirmed transaction signatures for an address. Wide hedging across history-enabled RPCs.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getSignaturesForAddress",
"params": [
"Vote111111111111111111111111111111111111111",
{
"limit": 1
}
]
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": [
{
"blockTime": 1778189644,
"confirmationStatus": "finalized",
"err": null,
"memo": null,
"signature": "5VERv8NMvz...",
"slot": 418263062
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.
2.0 "2.0"
getSignaturesForAddress "getSignaturesForAddress"
[address, config?] — config {limit, before, until, commitment, minContextSlot}
[
"Vote111111111111111111111111111111111111111",
{ "limit": 1 }
]1