Documentação
InícioTokenOne
Outras documentações
  • Branding
  • Investidor
InícioTokenOne
Outras documentações
  • Branding
  • Investidor
  1. Transactions
  • Introdução
    • Introdução
  • TokenOne APIs
    • Customers
      • createCustomer
      • listCustomers
      • getCustomer
      • uploadCustomerDocument
      • getCustomerVerification
      • startCustomerVerification
    • Transactions
      • listTransactions
        GET
      • getTransaction
        GET
      • createOnRamp
        POST
      • createOffRamp
        POST
      • createTransfer
        POST
    • Offers
      • listOffers
      • createOffer
      • getOffer
      • buyOffer
    • Tokens
      • listTokens
      • createToken
      • getToken
    • Issuers
      • listIssuers
      • createIssuer
      • getIssuer
      • updateIssuer
    • Distributors
      • listDistributors
      • createDistributor
      • getDistributor
      • updateDistributor
    • Esquemas
      • Schemas
        • Error
        • PageMeta
        • CustomerType
        • VerificationStatus
        • Customer
        • CustomerCreate
        • CustomersPage
        • DocumentUploadResponse
        • Verification
        • FiatTxType
        • FiatTxStatus
        • Transaction
        • TransactionsPage
        • OnRampCreate
        • OffRampCreate
        • TransferCreate
        • OfferStatus
        • Offer
        • OffersPage
        • OfferCreate
        • OfferBuyRequest
        • TokenStandard
        • Token
        • TokensPage
        • TokenCreate
        • Issuer
        • IssuersPage
        • IssuerCreate
        • IssuerUpdate
        • Distributor
        • DistributorsPage
        • DistributorCreate
        • DistributorUpdate
  1. Transactions

getTransaction

Servidor de Produção
Servidor de Produção
GET
/transactions/{transactionId}
Responsável:Não configurado

Requisição

Parâmetros de Caminho

Respostas

🟢200OK
application/json
Body

🟠404Registro Não Encontrado
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/transactions/'
Response Response Example
200 - example
{
    "id": "t-1111-2222-3333-aaaa",
    "type": "ON_RAMP",
    "status": "PROCESSING",
    "customer_id": "7f2a1b2c-1111-2222-3333-aaaaaaaaaaaa",
    "from_currency": "BRL",
    "to_currency": "USDC",
    "amount": "1000.00",
    "quote_id": "q-9999-8888-7777-xxxx",
    "created_at": "2025-09-17T19:00:00Z",
    "updated_at": "2025-09-17T19:00:00Z"
}
Modificado em 2025-09-18 00:15:00
Página anterior
listTransactions
Próxima página
createOnRamp
Built with