Transfer

Requirement

Valid UTF-8 encoded JSON string.

Fields

KeyDescriptionRequired

p

Protocol

yes

op

Operation

yes

tick

Ticker/Token identifier

yes

from

Sender address

yes

to

Recipient address

yes

nonce

Unique identifier, we use unix timestamp

yes

amt

Amount to transfer

yes

Example

{
    "p": "src-20",
    "op": "transfer",
    "tick": "sols",
    "from": "...",
    "to": "...",
    "nonce": "1234",
    "amt": "1000"
}

Last updated