TokenPause

Pauses all transactions for a token. The transaction signer must be the token's pause_authority.Fields:

Field
Type
Description

token

String

Token address

Sample Response:

{
  "transaction_type": "TokenPause",
  "data": {
    "token": "0x1234567890123456789012345678901234567890"
  }
}

Last updated