Master Config Crypto

The function of the service Master Config Crypto is currently used to obtain the config used by crypto.

Here is a detailed explanation of the actions available in the service Master Config Crypto, such as :

  • Get Direct Buy, used to get a master list of tokens commonly used for direct buy tokens.
  • Get Transaction Token, used to obtain the master list of tokens used for transactions.
  • Get Available Services, used to get a master service available.


Get Direct Buy

Example Request

{
    "Subject": "ewallet",
    "SubjectType": "app-crypto-configuration",
    "SubjectIdentifier": "master-config",
    "Action": "get-directbuy-token",
    "ResourceType": "data",
    "Resource": "data",
    "ResourceId": "data",
  }


Get Transaction Token

Example Request

{
    "Subject": "ewallet",
    "SubjectType": "app-crypto-configuration",
    "SubjectIdentifier": "master-config",
    "Action": "get-transaction-token",
    "ResourceType": "data",
    "Resource": "data",
    "ResourceId": "data",
  }


Get Available Services

Example Request

{
    "Subject": "ewallet",
    "SubjectType": "app-crypto-configuration",
    "SubjectIdentifier": "master-config",
    "Action": "get-available-services",
    "ResourceType": "data",
    "Resource": "data",
    "ResourceId": "data",
  }