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

    SourceResponse

    {
        "chainId": "1",
        "tokenSymbol": "ETH",
        "tokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
        "amount": "100.00",
        "receiverAddress": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
        "receiverMemo": "string",
        "fee": "0.10",
        "senderAddress": "string",
        "txHash": "string",
        "amountReceived": "string",
        "confirmedAt": "2019-08-24T14:15:22Z"
    }
    Built with