Skip to main content

Get P2P Transfer by ID

GET 

/operations/p2p-transfers/:id

Retrieve information about a specific P2P transfer by entering its ID and executing the request.

Request

Path Parameters

    id stringrequired

    Transfer UUID.

Header Parameters

    x-wallet-uuid string

    Sender Wallet UUID (if empty, your default Wallet UUID will be settled)

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the requisition. All requisitions must have an identifier.

Responses

P2PTransfer received.

Schema
    id stringrequired

    Transfer UUID.

    operation_id stringrequired

    Transfer Operation UUID.

    amount_currency stringrequired

    Transfer currency amount.

    amount numberrequired

    Transfer amount in cents.

    fee numberrequired

    Transfer fee in cents.

    description stringnullable

    Transfer description.

    created_at date-timerequired

    Transfer created at.

Loading...