An asset transfer is an asynchronous exchange of an asset or an amount to a recipient.
+Asset Transfers
An asset transfer is an asynchronous exchange of an asset or an amount to a recipient.
A recipient is an existing Centrapay user or someone who can create an account to claim the asset transfer by verifying their phone number or email.
After an asset transfer is completed the recipientAlias, lastSentTo and @@ -120,8 +120,8 @@ Collapse all
assetId
senderName
value
bignumber
Errors
ASSET_TRANSFER_REQUEST_EXPIRED
ASSET_TRANSFER_REQUEST_ACCEPTED
BANK_ACCOUNT_BALANCE_INSUFFICIENT
QUOTA_EXCEEDED
ASSET_NOT_ACTIVE
INVALID_ASSET_TYPE
VALUE_NOT_DEFINED
VALUE_ALREADY_DEFINED
Request
curl -X POST \
- https://service.centrapay.com/api/asset-transfers-requests/M7Kn2stAxNa6ri7h/accept \
+
ASSET_TRANSFER_REQUEST_EXPIRED
ASSET_TRANSFER_REQUEST_ACCEPTED
BANK_ACCOUNT_BALANCE_INSUFFICIENT
QUOTA_EXCEEDED
ASSET_NOT_ACTIVE
INVALID_ASSET_TYPE
VALUE_NOT_DEFINED
VALUE_ALREADY_DEFINED
Request
curl -X POST \
+ https://service.centrapay.com/api/asset-transfer-requests/M7Kn2stAxNa6ri7h/accept \
-H 'content-type: application/json' \
-H 'x-api-key: <TOKEN>' \
-d '
diff --git a/api/assets/index.html b/api/assets/index.html
index 9711b6bf9..c1dbd5b4d 100644
--- a/api/assets/index.html
+++ b/api/assets/index.html
@@ -19,7 +19,7 @@