Skip to main content
GET
List transaction intents

Authorizations

Authorization
string
header
required

Basic HTTP authentication. Allowed headers-- Authorization: Basic <base64(api_key_id:api_key_secret)>

Query Parameters

type
enum<string>

The type of transaction intent to filter by.

Available options:
CONFIRMED,
CANCELED
Example:

"CONFIRMED"

limit
integer<int32>
default:10

Limits the number of returned results

Required range: x >= 1
starting_after
string

A cursor for use in pagination. An id that defines your place in the list.

Response

200 - application/json

List of transaction intents

data
object[]
has_more
boolean
total
integer