Blockchain On-Ramp Transfers move funds from an Account to a blockchain address.
The Account from which the transfer was sent.
The transfer amount in USD cents.
The blockchain network.
If the transfer is confirmed, this will contain details of the confirmation.
The ISO 8601 date and time at which the transfer was created.
What object created the transfer, either via the API or the dashboard.
A description you provided for the transfer.
The blockchain address the funds are being sent to.
The Blockchain On-Ramp Transfer’s identifier.
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
The ID for the pending transaction representing the transfer while it is pending.
The lifecycle status of the transfer.
The token being transferred.
The Transaction funding the transfer once it is complete.
A constant representing the object’s type. For this resource it will always be blockchain_onramp_transfer.
Filter Blockchain On-Ramp Transfers to those belonging to the specified Account.
Filter records to the one with the specified idempotency_key you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
Return results whose value is in the provided list. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three.
The transfer amount in USD cents.
The blockchain network.
A description you choose for the transfer.
The blockchain address to send the funds to.
The identifier of the Account from which to send the transfer.
The token to transfer.
The identifier of the Blockchain On-Ramp Transfer.
Simulates the confirmation of a Blockchain On-Ramp Transfer on the blockchain. This transfer must first have a status of pending_review, pending_submission, or pending_confirmation.
The identifier of the Blockchain On-Ramp Transfer you wish to confirm.