Skip to main content

Configuration String

Getting the configuration string of a token.

Parameters

  • x-wallet-id: Wallet identifier.
  • token: UID of the token.

Request

curl -X GET -H "X-Wallet-Id: default-wallet" \
http://localhost:8000/configuration-string?token=008a62793ccd07bd21c7d9b2c20f718d1545911130e74da2c78b932f5fec6904

Response

{
"success":true,
"configurationString":"[Test Coin:TSC:008a62793ccd07bd21c7d9b2c20f718d1545911130e74da2c78b932f5fec6904:aa33ffc6]"
}