Skip to main content
POST
getSignaturesForAddress

Authorizations

api_key
string
query
required

Body

application/json
jsonrpc
enum<string>
default:2.0
required

The JSON-RPC protocol version.

Available options:
2.0
Example:

"2.0"

id
string
default:1
required

A unique identifier for the request.

Example:

"1"

method
enum<string>
default:getSignaturesForAddress
required

The name of the RPC method to invoke.

Available options:
getSignaturesForAddress
Example:

"getSignaturesForAddress"

params
(string | object)[]
required

Array containing the required account address and optional configuration object.

Solana account address to retrieve transaction history for (wallet, token, program, NFT, etc.).

Example:

"Vote111111111111111111111111111111111111111"

Response

200 - application/json

Successfully retrieved signatures for the specified address.

jsonrpc
enum<string>

The JSON-RPC protocol version.

Available options:
2.0
Example:

"2.0"

id
string

Identifier matching the request.

Example:

"1"

result
object[]

List of transaction signature information.