Back to Collection Items
System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
at System.Runtime.InteropServices.Marshal.StringToHGlobalUni(String s)
at Chilkat.CkMarshal.StringToX(String s, XString* x)
at Chilkat.Xml_Ref.html">Xml.LoadXml(String xmlData)
at ChilkatApi.XClass.LoadClass(String className, Log_Ref.html">Log log)
at ChilkatApi.ApiCache.getApiClass(String className, Log_Ref.html">Log log)
at ChilkatApi.ApiCache.methodExists(String className, String methodName)
at ChilkatCode.CodeGen.checkMethodCall(Xml_Ref.html">Xml xml)
at ChilkatCode.Parser.fnCall(Xml_Ref.html">Xml xml)
at ChilkatCode.Parser.subCall()
at ChilkatCode.Parser.statement()
at ChilkatCode.Parser.Chilkat()
at ChilkatCode.Parser.Parse()
at ChilkatCode.Compile.CompileForToolsIO(String srcCode, String langHashKey, StringBuilder_Ref.html">StringBuilder sbHtmlOut)
Curl Command
curl -X GET
-H "Content-Type: application/json"
https://domain.com/fapi/v1/assetIndex
Postman Collection Item JSON
{
"name": "Multi-Assets Mode Asset Index",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
}
],
"url": {
"raw": "{{url}}/fapi/v1/assetIndex",
"host": [
"{{url}}"
],
"path": [
"fapi",
"v1",
"assetIndex"
],
"query": [
{
"key": "symbol",
"value": "",
"description": "Asset pair",
"disabled": true
}
]
}
},
"response": [
]
}