Skip to main content
GET
/
payment-crypto
/
list
curl -X GET 'https://api.goatpay.com.br/v1/payment-crypto/list?page=1&pageSize=50' \
  -H 'X-API-Key: gp_live_SUA_CHAVE'
{
  "success": true,
  "message": "Pagamentos cripto listados",
  "data": {
    "items": [
      {
        "id": "clx_crypto_in",
        "type": "CRYPTO_IN",
        "status": "COMPLETED",
        "amount": 100,
        "feeAmount": 6.5,
        "netAmount": 93.5,
        "currency": "BRL",
        "payCurrency": "usdttrc20",
        "payAmount": 18.42,
        "payAddress": "TEmGwPeRTPiLFLVfBxXkSP91yc5GMNQhfS",
        "referenceId": "np_payment_abc",
        "completedAt": "2026-06-01T12:45:00.000Z",
        "createdAt": "2026-06-01T12:00:00.000Z"
      }
    ],
    "page": 1,
    "pageSize": 50,
    "total": 0,
    "pages": 1
  },
  "requestId": "req_abc"
}
curl -X GET 'https://api.goatpay.com.br/v1/payment-crypto/list?page=1&pageSize=50' \
  -H 'X-API-Key: gp_live_SUA_CHAVE'
{
  "success": true,
  "message": "Pagamentos cripto listados",
  "data": {
    "items": [
      {
        "id": "clx_crypto_in",
        "type": "CRYPTO_IN",
        "status": "COMPLETED",
        "amount": 100,
        "feeAmount": 6.5,
        "netAmount": 93.5,
        "currency": "BRL",
        "payCurrency": "usdttrc20",
        "payAmount": 18.42,
        "payAddress": "TEmGwPeRTPiLFLVfBxXkSP91yc5GMNQhfS",
        "referenceId": "np_payment_abc",
        "completedAt": "2026-06-01T12:45:00.000Z",
        "createdAt": "2026-06-01T12:00:00.000Z"
      }
    ],
    "page": 1,
    "pageSize": 50,
    "total": 0,
    "pages": 1
  },
  "requestId": "req_abc"
}

Parâmetros de query

page
number
Número da página (padrão 1).
pageSize
number
Itens por página (padrão 50, máximo 100).
dateFrom
string
ISO 8601 — início do período (createdAt).
dateTo
string
ISO 8601 — fim do período (createdAt).
status
string
PENDING, PROCESSING, COMPLETED, FAILED, CANCELED ou REVERSED.
externalReference
string
Filtro exato pela referência externa.
Busca parcial em id, description, externalReference, endToEndId, referenceId, payAddress e payCurrency.

Authorizations

X-API-Key
string
header
required

Chave gp_live_... criada em Integrações → Chaves de API no dashboard.

Query Parameters

page
integer
default:1
Required range: x >= 1
pageSize
integer
default:50
Required range: 1 <= x <= 100
dateFrom
string<date-time>
dateTo
string<date-time>
status
enum<string>
Available options:
PENDING,
PROCESSING,
COMPLETED,
FAILED,
CANCELED,
REVERSED
externalReference
string

Busca parcial em id, description, externalReference, endToEndId, referenceId e pixKey.

Response

200 - application/json

Lista paginada de transações.

success
boolean
required
message
string
required
data
object
required
requestId
string