Skip to main content
GET
/
transactions
/
sign
List signed transactions
curl --request GET \
  --url http://localhost:4000/v1/transactions/sign \
  --header 'Authorization: <api-key>'
"<any>"

Authorizations

Authorization
string
header
required

Use this format: ApiKey <your_api_key>

Query Parameters

status
enum<string>

Filter by status

Available options:
pending,
confirmed,
broadcasted,
failed,
expired,
cancelled
limit
number

Maximum number of transactions to return (default: 20, max: 100)

Required range: 1 <= x <= 100
Example:

20

offset
number

Offset for pagination (default: 0)

Required range: x >= 0
Example:

0

Response

200 - application/json
success
boolean
required
message
string
required
statusCode
number
required
timestamp
string
required
data
any
path
string