ROZO Intents API
    ROZO Intents API
    • Payments
      • Create Payment
        POST
      • Get Payment
        GET
    • Schemas
      • PaymentRequest
      • PaymentUpdateRequest
      • PaymentResponse
      • PaymentListResponse
      • DisplayInfo
      • SourceRequest
      • SourceResponse
      • DestinationRequest
      • DestinationResponse
      • ErrorResponse
      • ChainId
      • TokenSymbol
      • PaymentStatus
      • PaymentErrorCode
      • FeeType

    DestinationResponse

    {
        "chainId": "1",
        "receiverAddress": "GDFLZTLVMLR3OVO4VSODYB7SGVIOI2AS652WODBCGBUQAMKQL6O3QYPU",
        "receiverMemo": "string",
        "tokenSymbol": "ETH",
        "tokenAddress": "string",
        "amount": "99.90",
        "txHash": "string",
        "confirmedAt": "2019-08-24T14:15:22Z"
    }
    Built with