Skip to content

Instantly share code, notes, and snippets.

@MarwanRefaat
Last active March 11, 2022 14:28
Show Gist options
  • Save MarwanRefaat/10f1bba9d747646070637e0dfa507cb4 to your computer and use it in GitHub Desktop.
Save MarwanRefaat/10f1bba9d747646070637e0dfa507cb4 to your computer and use it in GitHub Desktop.
GameFi Sila Postman
{
"info": {
"_postman_id": "cac930ac-dc8f-4640-87ec-9b802a5cd6e0",
"name": "Sila API v0.2 - Local Signer Server Edition",
"description": "These endpoints are designed to work with our lightweight local proxy server. The local server signs and forwards requests to the main API host.\n\nAuthentication of requests made to the main API host is performed using ETH signatures. For more information, visit our docs at https://docs.silamoney.com/docs/process-overview.\n",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Entities",
"item": [
{
"name": "KYC/KYB Documents",
"item": [
{
"name": "Documents (Upload)",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "multipart/form-data"
},
{
"key": "x-forward-to-url",
"type": "text",
"value": "https://sila.gamefi.com/0.2/documents"
},
{
"key": "x-set-epoch",
"type": "text",
"value": "header.created"
},
{
"key": "x-set-file-hash",
"type": "text",
"value": "hash"
},
{
"key": "x-set-file-metadata",
"type": "text",
"value": "filename, mime_type"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"contentType": "",
"type": "file",
"src": []
},
{
"key": "data",
"value": "{\"header\": {\"app_handle\": \"gamefi.silamoney.eth\", \"user_handle\": \"{{user_handle}}\"}, \"filename\": \"your_file.jpg\", \"hash\": \"\", \"mime_type\": \"image/jpeg\", \"document_type\": \"id_drivers_license\", \"identity_type\": \"license\"}",
"type": "text"
}
]
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=documents",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "false",
"disabled": true
},
{
"key": "label",
"value": "documents"
}
]
},
"description": "Upload documents by posting to this endpoint, which uses a multipart/form-data content type; the \"data\" field contains JSON metadata.\n\nIf you are using the signer-server, you can set the \"x-set-file-hash\" header to \"hash\", and the signer-server will generate the hash for you.\n\nIf you're not using the signer-server, you will need to generate the file hash with SHA256 and include it in the request."
},
"response": []
},
{
"name": "List Documents",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/list_documents"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=list_documents",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "list_documents"
},
{
"key": "per_page",
"value": "100",
"disabled": true
},
{
"key": "page",
"value": "1",
"disabled": true
}
]
},
"description": "Request a listing of previously uploaded documents.\n\nSupport pagination with \"per_page\" and \"page\" query parameters"
},
"response": []
},
{
"name": "Document Types",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/document_types"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=document_types",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "document_types"
},
{
"key": "per_page",
"value": "100",
"disabled": true
},
{
"key": "page",
"value": "1",
"disabled": true
}
]
},
"description": "Request a listing of supported document types, returns the details for each type.\n\nSupports pagination with \"per_page\" and \"page\" queury parameters."
},
"response": []
},
{
"name": "Get Document",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_document"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"document_id\": \"{{doc_id}}\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_document",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "get_document"
}
]
},
"description": "Download a previously uploaded document.\n\nThe document will be the entire response body."
},
"response": []
}
]
},
{
"name": "Change Registration Data",
"item": [
{
"name": "Add Email",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/add/email"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"email\": \"another.user@email.com\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=add_email",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "add_email"
}
]
},
"description": "Adds an email address to a registered user."
},
"response": []
},
{
"name": "Add Phone",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/add/phone"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"phone\": \"321-123-9876\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=add_phone",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "add_phone"
}
]
},
"description": "Adds a phone number to a registered user."
},
"response": []
},
{
"name": "Add Identity",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/add/identity"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"identity_alias\": \"SSN\",\n \"identity_value\": \"123452222\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=add_identity",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "add_identity"
}
]
},
"description": "Adds an ID number to a registered user."
},
"response": []
},
{
"name": "Add Address",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/add/address"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"address_alias\": \"\",\n \"street_address_1\": \"324 Songbird Avenue\",\n \"city\": \"Portland\",\n \"state\": \"OR\",\n \"postal_code\": \"12345\",\n \"country\": \"US\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=add_address",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "add_address"
}
]
},
"description": "Adds a street address to a registered user."
},
"response": []
},
{
"name": "Update Email",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/update/email"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"uuid\": \"\",\n \"email\": \"another.user@email.com\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=update_email",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "update_email"
}
]
},
"description": "Updates an email address for a registered user. Requires the UUID of the email already registered to the entity; make a request to /get_entity to retrieve the appropriate UUID value."
},
"response": []
},
{
"name": "Update Phone",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/update/phone"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"uuid\": \"\",\n \"phone\": \"321-123-9876\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=update_phone",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "update_phone"
}
]
},
"description": "Updates a phone number for a registered user. Requires the UUID of the phone already registered to the entity; make a request to /get_entity to retrieve the appropriate UUID value."
},
"response": []
},
{
"name": "Update Identity",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/update/identity"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"uuid\": \"\",\n \"identity_alias\": \"SSN\",\n \"identity_value\": \"123452222\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=update_identity",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "update_identity"
}
]
},
"description": "Updates an ID number for a registered user. Requires the UUID of the identity already registered to the entity; make a request to /get_entity to retrieve the appropriate UUID value."
},
"response": []
},
{
"name": "Update Address",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/update/address"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"uuid\": \"\",\n \"address_alias\": \"\",\n \"street_address_1\": \"324 Songbird Avenue\",\n \"city\": \"Portland\",\n \"state\": \"OR\",\n \"postal_code\": \"12345\",\n \"country\": \"US\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=update_address",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "update_address"
}
]
},
"description": "Updates a street address for a registered user. Requires the UUID of the address already registered to the entity; make a request to /get_entity to retrieve the appropriate UUID value."
},
"response": []
},
{
"name": "Update Entity",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/update/entity"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"first_name\": \"Newfirst\",\n \"last_name\": \"Newlast\",\n \"entity_name\": \"New Full Name\",\n \"birthdate\": \"2000-12-31\",\n \"business_type\": \"llc\",\n \"naics_code\": 721,\n \"doing_business_as\": \"New Business Alias\",\n \"business_website\": \"https://www.silamoney.com\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=update_entity",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "update_entity"
}
]
},
"description": "Updates an entity's name, birthdate, and/or business-related information if the entity is a business."
},
"response": []
},
{
"name": "Delete Email",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/delete/email"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"uuid\": \"\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=delete_email",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "delete_email"
}
]
},
"description": "Deletes an email address for a registered user. Requires the UUID of the email already registered to the entity; make a request to /get_entity to retrieve the appropriate UUID value."
},
"response": []
},
{
"name": "Delete Phone",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/delete/phone"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"uuid\": \"\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=delete_phone",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "delete_phone"
}
]
},
"description": "Deletes a phone number for a registered user. Requires the UUID of the phone already registered to the entity; make a request to /get_entity to retrieve the appropriate UUID value."
},
"response": []
},
{
"name": "Delete Identity",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/delete/identity"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"uuid\": \"\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=delete_identity",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "delete_identity"
}
]
},
"description": "Deletes an ID number for a registered user. Requires the UUID of the identity already registered to the entity; make a request to /get_entity to retrieve the appropriate UUID value."
},
"response": []
},
{
"name": "Delete Address",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/delete/address"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"uuid\": \"\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=delete_address",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "delete_address"
}
]
},
"description": "Deletes a street address for a registered user. Requires the UUID of the address already registered to the entity; make a request to /get_entity to retrieve the appropriate UUID value."
},
"response": []
}
],
"description": "This folder contains /add, /update, and /delete requests for changing a user's registered data. These endpoints are used to change data that is used in verification.\n\nNote that some data cannot be changed after a verification has already passed or while a verification is still in progress (pending), and that only one SSN or EIN can be added to an entity at a time."
},
{
"name": "Get Payment Methods",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_payment_methods"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_payment_methods",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "get_payment_methods"
}
]
},
"description": "Gets list of payment methods linked to the given entity."
},
"response": []
},
{
"name": "Check Handle",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-Forward-To-URL",
"value": "https://sila.gamefi.com/0.2/check_handle",
"description": "Forwards to this endpoint on main API host.",
"type": "text"
},
{
"key": "X-Set-Epoch",
"value": "header.created",
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"type": "text"
},
{
"key": "X-Set-UUID",
"value": "header.reference",
"description": "Sets a random UUID4 string on specified JSON key.",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=check_handle",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "check_handle",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Checks availability of a handle to see if it can be registered by an entity (business or individual)."
},
"response": []
},
{
"name": "Get Entities",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_entities"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_entities",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_entities",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Gets a list of business and individual entities registered by the authenticating app."
},
"response": []
},
{
"name": "Register (individual)",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/register"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"address\": {\n\t\t\"address_alias\": \"Home\",\n\t\t\"street_address_1\": \"123 NW 1st Ave.\",\n\t\t\"city\": \"Portland\",\n\t\t\"state\": \"OR\",\n\t\t\"country\": \"US\",\n\t\t\"postal_code\": \"97200\"\n\t},\n\t\"identity\": {\n\t\t\"identity_alias\": \"SSN\",\n\t\t\"identity_value\": \"123-45-2222\"\n\t},\n\t\"entity\": {\n\t\t\"entity_name\": \"Postman User\",\n\t\t\"first_name\": \"Postman\",\n\t\t\"last_name\": \"User\",\n\t\t\"birthdate\": \"1990-01-31\"\n\t},\n\t\"contact\": {\n\t\t\"email\": \"postman@user.com\",\n\t\t\"phone\": \"1231231234\"\n\t},\n\t\"crypto_entry\": {\n\t\t\"crypto_code\": \"ETH\",\n\t\t\"crypto_address\": \"{{user_address}}\"\n\t}\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=register_individual",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "register_individual",
"description": "Adds an informative label to request (helpful in proxy logs)."
}
]
},
"description": "Registers an individual entity. This same endpoint can be used to register businesses as well."
},
"response": []
},
{
"name": "Register (business)",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/register"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{business_handle}}\"\n },\n \"address\": {\n\t\t\"address_alias\": \"Office\",\n\t\t\"street_address_1\": \"123 NW 1st Ave.\",\n\t\t\"city\": \"Portland\",\n\t\t\"state\": \"OR\",\n\t\t\"country\": \"US\",\n\t\t\"postal_code\": \"97200\"\n\t},\n\t\"identity\": {\n\t\t\"identity_alias\": \"EIN\",\n\t\t\"identity_value\": \"12-3452222\"\n\t},\n\t\"entity\": {\n\t\t\"entity_name\": \"Postman User\",\n\t\t\"type\": \"business\",\n\t\t\"business_type\": \"llc\",\n\t\t\"naics_code\": 721\n\t},\n\t\"contact\": {\n\t\t\"email\": \"postman@user.com\",\n\t\t\"phone\": \"1231231234\"\n\t},\n\t\"crypto_entry\": {\n\t\t\"crypto_code\": \"ETH\",\n\t\t\"crypto_address\": \"{{business_address}}\"\n\t}\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=register_business",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "register_business",
"description": "Adds an informative label to request (helpful in proxy logs)."
}
]
},
"description": "Registers business entities."
},
"response": []
},
{
"name": "Get Entity (individual)",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_entity"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_entity_individual",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_entity_individual",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Gets registered details about an individual entity."
},
"response": []
},
{
"name": "Get Entity (business)",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{business_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_entity"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{business_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_entity_business",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_entity_business",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Gets registered details about a business entity."
},
"response": []
},
{
"name": "Link Business Member",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}; Businesssignature={{business_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/link_business_member"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\",\n \"business_handle\": \"{{business_handle}}\"\n },\n \"role\": [\"administrator\", \"controlling_officer\"]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=link_business_member",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "link_business_member",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Links an individual to a business with a given role. Ownership stake and additional details can also be included."
},
"response": []
},
{
"name": "Unlink Business Member",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}; Businesssignature={{business_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/unlink_business_member"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\",\n \"business_handle\": \"{{business_handle}}\"\n },\n \"role\": \"administrator\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=unlink_business_member",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "unlink_business_member",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Uninks an individual from a business with the given role."
},
"response": []
},
{
"name": "Request KYC",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/request_kyc"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=request_kyc",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "request_kyc",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Requests identity verification and blockchain address allowlisting for the given user_handle (can belong to an individual or a business).\n\nIf requesting KYB, make sure to use the business private key."
},
"response": []
},
{
"name": "Check KYC/KYB",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/check_kyc"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=check_kyc",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "check_kyc",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Checks status of identity verification and blockchain address allowlisting for the given user_handle (can belong to an individual or a business)."
},
"response": []
},
{
"name": "Certify Beneficial Owner",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}; Businesssignature={{business_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/certify_beneficial_owner"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\",\n \"business_handle\": \"{{business_handle}}\"\n },\n \"certification_token\": \"blah\",\n \"member_handle\": \"{{user_handle}}\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=certify_beneficial_owner",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "certify_beneficial_owner",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Certifies an individual with the beneficial owner role. Requires a certification token returned by /get_entity for the individual user and the member handle of the beneficial owner. The user handle must have been granted the administrator role for the business."
},
"response": []
},
{
"name": "Certify Business",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}; Businesssignature={{business_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/certify_business"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\",\n \"business_handle\": \"{{business_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=certify_beneficial_owner",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "certify_beneficial_owner",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Certifies that all beneficial owners have been added to the business with the correct information and correct ownership stakes."
},
"response": []
},
{
"name": "Check KYC App",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-Forward-To-URL",
"value": "https://sila.gamefi.com/0.2/check_kyc_app",
"description": "Forwards to this endpoint on main API host.",
"type": "text"
},
{
"key": "X-Set-Epoch",
"value": "header.created",
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"type": "text"
},
{
"key": "X-Set-UUID",
"value": "header.reference",
"description": "Sets a random UUID4 string on specified JSON key.",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"query_app_handle\": \"{{Cross APP handle}}\",\n \"query_user_handle\": \"{{Cross APP User handle}}\"\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=check_kyc_app",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "check_kyc_app",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
}
},
"response": []
},
{
"name": "Check KYC/KYB Partnered App",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_b_pkey}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/check_partner_kyc"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"{{app_b_handle}}\"\n },\n \"query_app_handle\": \"gamefi.silamoney.eth\",\n \"query_user_handle\": \"{{user_handle}}\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=check_partner_kyc",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "check_partner_kyc"
}
]
},
"description": "Checks status of identity verification and blockchain address allowlisting for the given user_handle (can belong to an individual or a business)."
},
"response": []
}
]
},
{
"name": "Accounts",
"item": [
{
"name": "Get Bank Accounts",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_accounts"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_accounts",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_accounts",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Gets list of bank accounts linked to the user_handle along with their statuses."
},
"response": []
},
{
"name": "Get Bank Account Balance",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_account_balance"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"account_name\": \"{{bank_account_name}}\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_account_balance",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_account_balance",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Gets balance information forwarded from Plaid. Only works for Plaid-linked bank accounts."
},
"response": []
},
{
"name": "Link Bank Account (Plaid)",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/link_account"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"plaid_token\": \"sandbox\",\n \"account_name\": \"{{bank_account_name}}\",\n \"plaid_token_type\": \"{{plaid_token_type}}\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=link_account_plaid",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "link_account_plaid",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Links a bank account with Plaid. Uses a sandbox value to pretend a valid public token was submitted."
},
"response": []
},
{
"name": "Link Bank Account (Manual)",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/link_account"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"account_number\": \"999999999\",\n \"routing_number\": \"123456789\",\n \"account_name\": \"{{manual_bank_account_name}}\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=link_account_manual",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "link_account_manual",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Links a bank account with account and routing number to the user_handle."
},
"response": []
},
{
"name": "Delete a Bank Account",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/delete_account"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
},
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"account_name\": \"{{bank_account_name}}\"\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=delete_bank_account",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "delete_bank_account",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
}
},
"response": []
},
{
"name": "Update a Bank Account",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "X-Forward-To-URL",
"value": "https://sila.gamefi.com/0.2/update_account",
"description": "Forwards to this endpoint on main API host.",
"type": "text"
},
{
"key": "X-Set-Epoch",
"value": "header.created",
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"type": "text"
},
{
"key": "X-Set-UUID",
"value": "header.reference",
"description": "Sets a random UUID4 string on specified JSON key.",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"account_name\": \"{{bank_account_name}}\",\n \"new_account_name\": \"{{new_bank_account_name}}\",\n \"active\": true\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=update_bank_account",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "update_bank_account",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
}
},
"response": []
},
{
"name": "Create Link Token (Plaid)",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-Forward-To-URL",
"value": "https://sila.gamefi.com/0.2/plaid_link_token",
"description": "Forwards to this endpoint on main API host.",
"type": "text"
},
{
"key": "X-Set-Epoch",
"value": "header.created",
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"type": "text"
},
{
"key": "X-Set-UUID",
"value": "header.reference",
"description": "Sets a random UUID4 string on specified JSON key.",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"android_package_name\": \"\"\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=create_link_token_plaid",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "create_link_token_plaid",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
}
},
"response": []
},
{
"name": "Plaid Sameday Auth",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/plaid_sameday_auth"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"account_name\": \"{{bank_account_name}}\"\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=plaid_sameday_auth",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "plaid_sameday_auth",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
}
},
"response": []
},
{
"name": "Create Link Token (Plaid Update Mode)",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-Forward-To-URL",
"value": "https://sila.gamefi.com/0.2/plaid_update_link_token",
"description": "Forwards to this endpoint on main API host.",
"type": "text"
},
{
"key": "X-Set-Epoch",
"value": "header.created",
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"type": "text"
},
{
"key": "X-Set-UUID",
"value": "header.reference",
"description": "Sets a random UUID4 string on specified JSON key.",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"account_name\": \"{{bank_account_name}}\"\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=create_link_token_plaid_update_mode",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "create_link_token_plaid_update_mode",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
}
},
"response": []
},
{
"name": "Get Institutions",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-Forward-To-URL",
"value": "https://sila.gamefi.com/0.2/get_institutions",
"type": "text"
},
{
"key": "X-Set-Epoch",
"value": "header.created",
"type": "text"
},
{
"key": "X-Set-UUID",
"value": "header.reference",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n \n },\n \"search_filters\": {\n \"page\": 1,\n \"per_page\": 20,\n \"institution_name\":\"bank\"\n }\n\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_institutions",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_institutions"
}
]
},
"description": "Get Institutions"
},
"response": []
},
{
"name": "Check InstantACH Enable",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "X-Forward-To-URL",
"value": "https://sila.gamefi.com/0.2/check_instant_ach",
"description": "Forwards to this endpoint on main API host.",
"type": "text"
},
{
"key": "X-Set-Epoch",
"value": "header.created",
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"type": "text"
},
{
"key": "X-Set-UUID",
"value": "header.reference",
"description": "Sets a random UUID4 string on specified JSON key.",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"account_name\": \"{{bank_account_name}}\"\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=check_instant_ach",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "check_instant_ach"
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
}
},
"response": []
},
{
"name": "Get Payment Methods",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_payment_methods"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"search_filters\": {\n \"payment_method_types\": [\"blockchain_address\", \"bank_account\", \"card\"],\n \"page\":1,\n \"per_page\":10\n } \n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_payment_methods",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "get_payment_methods"
}
]
},
"description": "This endpoint lists all payment methods linked to an entity: cards, bank accounts, and wallets."
},
"response": []
}
]
},
{
"name": "Wallets",
"item": [
{
"name": "Get Wallets",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_wallets"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"search_filters\": {\n \"wallet_id\": \"37d7d51f-2f3a-4f16-9003-41366218a74c\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_wallets",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_wallets",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Gets list of blockchain addresses registered to the given entity."
},
"response": []
},
{
"name": "Get Wallet",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_wallet"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_wallet",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_wallet",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Gets details about the wallet used to sign the request. Includes balance and whether wallet is whitelisted."
},
"response": []
},
{
"name": "Update Wallet",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/update_wallet"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"nickname\": \"Default Wallet\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=update_wallet",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "update_wallet",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Allows updating nickname and default status of the wallet used to sign the request."
},
"response": []
},
{
"name": "Register Wallet",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/register_wallet"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"wallet_verification_signature\": \"\",\n \"wallet\": {\n \"blockchain_address\": \"{{user_address2}}\",\n \"default\":true\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=register_wallet",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "register_wallet",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Allows an entity to have a second wallet registered. Requires a valid verification signature."
},
"response": []
},
{
"name": "Get Sila Balance",
"request": {
"auth": {
"type": "noauth"
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_sila_balance"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"address\": \"{{user_address (either address or blockchain_address as key)}}\",\n \"blockchain_address\": \"{{user_address (either address or blockchain_address as key)}}\"\n\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_sila_balance",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_sila_balance",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Gets details about the wallet used to sign the request. Includes balance and whether wallet is whitelisted."
},
"response": []
},
{
"name": "Delete Wallet",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/delete_wallet"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=delete_wallet",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "delete_wallet",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Allows updating nickname and default status of the wallet used to sign the request."
},
"response": []
}
]
},
{
"name": "Transactions",
"item": [
{
"name": "Get Transactions",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_transactions"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"search_filters\": {\n \"transaction_id\": \"{{some UUID string assigned by Sila}}\", \n \"show_timelines\": true,\n \"sort_ascending\": false,\n \"max_sila_amount\": \"{{transaction max amount}}\",\n \"min_sila_amount\": \"{{transaction min amount}}\",\n \"statuses\": [\"queued\", \"pending\", \"failed\", \"success\", \"rollback\", \"review\"],\n \"start_epoch\": \"{{transaction start time}}\",\n \"end_epoch\": \"{{transaction end time}}\",\n \"page\": 1,\n \"per_page\": 20,\n \"transaction_types\": \"{{transaction type}}\",\n \"bank_account_name\": \"{{bank_account_name}}\",\n \"blockchain_address\": \"{{blockchain_address_of_the_wallet}}\",\n \"destination_id\": \"UUID of destination PaymentInstrument\",\n \"source_id\": \"UUID of source PaymentInstrument\",\n \"effective_date\": {{effective_date of transaction}},\n \"effective_epoch\": {{effective_epoch of transaction}},\n \"payment_method_id\" : \"UUID of virtual account id\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_transactions",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "get_transactions"
}
]
},
"description": "Gets details about the transactions initiated with this user (issue, transfer, and redeem transactions)."
},
"response": []
},
{
"name": "Issue Sila",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/issue_sila"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"amount\": 1,\n \"account_name\": \"{{bank_account_name}}\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=issue_sila",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "issue_sila"
}
]
},
"description": "Initiates a transaction which debits a bank account a given amount (in cents) and mints tokens in the given amount (in Sila) after the transaction has settled."
},
"response": []
},
{
"name": "Redeem Sila",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/redeem_sila"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"amount\": 1,\n \"account_name\": \"{{bank_account_name}}\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=redeem_sila",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "redeem_sila"
}
]
},
"description": "Initiates a transaction which burns a given amount (in Sila) from the ETH wallet used to sign the request and credits the bank account, identified by its account_name, the given amount (in cents)."
},
"response": []
},
{
"name": "Transfer Sila",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/transfer_sila"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"destination\": \"{{business_handle}}\",\n \"amount\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=transfer_sila",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "transfer_sila"
}
]
},
"description": "Initiates a transaction which transfers a given amount (in Sila) from the ETH wallet used to sign the request to the handle and wallet specified in the request. If there is no wallet nickname or wallet address in the request, the receiver's default wallet is selected as the destination."
},
"response": []
},
{
"name": "Cancel Transaction",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/cancel_transaction"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"transaction_id\": \"80aea226-76a3-4b60-a629-25a2db572ec8\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=cancel_transaction",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "cancel_transaction",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
}
},
"response": []
}
]
},
{
"name": "Parameters",
"item": [
{
"name": "Get Business Types",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_business_types"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_business_types",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_business_types",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Gets a list of business types that can be used when registering a business."
},
"response": []
},
{
"name": "Get Business Roles",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_business_roles"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_business_roles",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_business_roles",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Gets a list of business roles that can be used when linking a business member."
},
"response": []
},
{
"name": "Get NAICS Categories",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_naics_categories"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_naics_categories",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_naics_categories",
"description": "Adds an informative label to request (helpful in proxy logs)."
},
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
}
]
},
"description": "Gets a list of NAICS categories and codes that can be used when registering a business."
},
"response": []
}
],
"description": "Contains endpoints which return meta information about how to make requests to this API."
},
{
"name": "Webhooks",
"item": [
{
"name": "Get Webhooks",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "X-Forward-To-URL",
"value": "https://sila.gamefi.com/0.2/get_webhooks",
"type": "text"
},
{
"key": "X-Set-Epoch",
"value": "header.created",
"type": "text"
},
{
"key": "X-Set-UUID",
"value": "header.reference",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"search_filters\": {\n \"uuid\": \"{{some UUID string assigned by Sila}}\", \n \"delivered\": {{webhook delivered true|false}},\n \"sort_ascending\": false,\n \"event_type\": \"{{webhook event type}}\",\n \"endpoint_name\": \"{{webhook endpoint name}}\",\n \"user_handle\": \"{{webhook user handle}}\",\n \"start_epoch\": \"{{webhook start time}}\",\n \"end_epoch\": \"{{webhook end time}}\",\n \"page\": 1,\n \"per_page\": 20\n }\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_webhooks",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "get_webhooks"
}
]
}
},
"response": []
},
{
"name": "Retry Webhook",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/retry_webhook"
},
{
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\"\n },\n \"event_uuid\": \"{{some UUID string assigned by Sila}}\"\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=retry_webhook",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "retry_webhook"
}
]
},
"description": "Retry Webhook"
},
"response": []
}
]
},
{
"name": "Virtual Accounts",
"item": [
{
"name": "Open Virtual Account",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/open_virtual_account"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"virtual_account_name\": \"name for newly opened virtual account\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=open_virtual_account",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "open_virtual_account"
}
]
},
"description": "Provisions a new virtual account for the specified user. If a virtual_account_name is specified, this will become the nickname of the new virtual account.\n\nIf the user already has a virtual account with the chosen nickname, the new virtual account will be the selected nickname + 8 random characters.\n\nThe app you are authenticated on must have already been set up for virtual accounts for this endpoint to succeed."
},
"response": []
},
{
"name": "Fund Virtual Account",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
"const moment = require('moment');",
"pm.globals.set(\"today\", moment().format(\"YYYY-MM-DD\"));"
],
"type": "text/javascript"
}
}
],
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "X-Forward-To-URL",
"value": "https://sila.gamefi.com/0.2/fund_virtual_account",
"description": "Forwards to this endpoint on main API host.",
"type": "text"
},
{
"key": "X-Set-Epoch",
"value": "header.created",
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"type": "text"
},
{
"key": "X-Set-UUID",
"value": "header.reference",
"description": "Sets a random UUID4 string on specified JSON key.",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"virtual_account_id\": \"{{virtual_account_id}}\",\n \"amount\": 100,\n \"effective_date\": \"{{today}}\",\n \"ach_transaction_code\": 100\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=fund_virtual_account",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "fund_virtual_account"
}
]
},
"description": "This endpoint creates a transaction that funds a virtual account with mock funds"
},
"response": []
},
{
"name": "Get Virtual Account",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_virtual_account"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"virtual_account_id\": \"{{virtual_account_id}}\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_virtual_account",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "get_virtual_account"
}
]
},
"description": "Get a single virutal account that is linked to the user_handle. Returns the virtual account statuses and balance information."
},
"response": []
},
{
"name": "Get Virtual Accounts",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
},
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "in",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"description": "Forwards to this endpoint on main API host.",
"key": "X-Forward-To-URL",
"type": "text",
"value": "https://sila.gamefi.com/0.2/get_virtual_accounts"
},
{
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"key": "X-Set-Epoch",
"type": "text",
"value": "header.created"
},
{
"description": "Sets a random UUID4 string on specified JSON key.",
"key": "X-Set-UUID",
"type": "text",
"value": "header.reference"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=get_virtual_accounts",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "debug",
"value": "true",
"description": "Requests that proxy send back debug information about request and response.",
"disabled": true
},
{
"key": "label",
"value": "get_virtual_accounts"
}
]
},
"description": "This endpoint is used for retrieving all of the virtual accounts that are allocated to an end user."
},
"response": []
},
{
"name": "Update Virtual Account",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "X-Forward-To-URL",
"value": "https://sila.gamefi.com/0.2/update_virtual_account",
"description": "Forwards to this endpoint on main API host.",
"type": "text"
},
{
"key": "X-Set-Epoch",
"value": "header.created",
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"type": "text"
},
{
"key": "X-Set-UUID",
"value": "header.reference",
"description": "Sets a random UUID4 string on specified JSON key.",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"virtual_account_id\": \"{{user_virtual_account_id}}\"\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=update_virtual_account",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "update_virtual_account"
}
]
}
},
"response": []
},
{
"name": "Close Virtual Account",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "key",
"value": "Authorization",
"type": "string"
},
{
"key": "value",
"value": "private-key; Authsignature={{app_private_key}}; Usersignature={{user_private_key}}",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "X-Forward-To-URL",
"value": "https://sila.gamefi.com/0.2/close_virtual_account",
"description": "Forwards to this endpoint on main API host.",
"type": "text"
},
{
"key": "X-Set-Epoch",
"value": "header.created",
"description": "Sets epoch on specified JSON key. (Dots indicate nested dictionaries.)",
"type": "text"
},
{
"key": "X-Set-UUID",
"value": "header.reference",
"description": "Sets a random UUID4 string on specified JSON key.",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"header\": {\n \"app_handle\": \"gamefi.silamoney.eth\",\n \"user_handle\": \"{{user_handle}}\"\n },\n \"virtual_account_id\": \"{{user_virtual_account_id}}\",\n \"account_number\": \"{{user_virtual_account_number}}\"\n\n}"
},
"url": {
"raw": "https://sila.gamefi.com/forward?label=close_virtual_account",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"forward"
],
"query": [
{
"key": "label",
"value": "close_virtual_account"
}
]
}
},
"response": []
}
]
},
{
"name": "Proxy Helper: Generate Private Key",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://sila.gamefi.com/generate_private_key",
"protocol": "http",
"host": [
"localhost"
],
"port": "https://sila.gamefi.com",
"path": [
"generate_private_key"
]
},
"description": "Generates a private key/address pair (ETH). This is intended as a helper for testing purposes only."
},
"response": []
}
],
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
}
],
"variable": [
{
"key": "host",
"value": "sandbox.silamoney.com"
},
{
"key": "proxy_port",
"value": "8181"
},
{
"key": "app_handle",
"value": ""
},
{
"key": "app_private_key",
"value": ""
},
{
"key": "user_handle",
"value": ""
},
{
"key": "user_address",
"value": ""
},
{
"key": "business_handle",
"value": ""
},
{
"key": "business_private_key",
"value": ""
},
{
"key": "business_address",
"value": ""
},
{
"key": "user_private_key2",
"value": ""
},
{
"key": "user_address2",
"value": ""
},
{
"key": "bank_account_name",
"value": ""
},
{
"key": "manual_bank_account_name",
"value": ""
},
{
"key": "user_private_key",
"value": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment