export const paginatedTransactionResponseDataProvider = { pagination: { ending_before: null, starting_after: null, limit: 25, order: 'desc', previous_uri: null, next_uri: null, }, data: [ { id: '4117f7d6-5694-5b36-bc8f-847509850ea4', type: 'buy', status: 'pending', amount: { amount: '486.34313725', currency: 'BTC', }, native_amount: { amount: '4863.43', currency: 'USD', }, description: null, created_at: '2015-03-26T23:44:08-07:00', updated_at: '2015-03-26T23:44:08-07:00', resource: 'transaction', resource_path: '/v2/accounts/2bbf394c-193b-5b2a-9155-3b4732659ede/transactions/4117f7d6-5694-5b36-bc8f-847509850ea4', buy: { id: '9e14d574-30fa-5d85-b02c-6be0d851d61d', resource: 'buy', resource_path: '/v2/accounts/2bbf394c-193b-5b2a-9155-3b4732659ede/buys/9e14d574-30fa-5d85-b02c-6be0d851d61d', }, details: { title: 'Bought bitcoin', subtitle: 'using Capital One Bank', }, }, { id: '005e55d1-f23a-5d1e-80a4-72943682c055', type: 'request', status: 'pending', amount: { amount: '0.10000000', currency: 'BTC', }, native_amount: { amount: '1.00', currency: 'USD', }, description: '', created_at: '2015-03-24T18:32:35-07:00', updated_at: '2015-01-31T20:49:02Z', resource: 'transaction', resource_path: '/v2/accounts/2bbf394c-193b-5b2a-9155-3b4732659ede/transactions/005e55d1-f23a-5d1e-80a4-72943682c055', to: { resource: 'email', email: 'rb@coinbase.com', }, details: { title: 'Requested bitcoin', subtitle: 'from rb@coinbase.com', }, }, { id: 'ff01bbc6-c4ad-59e1-9601-e87b5b709458', type: 'transfer', status: 'completed', amount: { amount: '-5.00000000', currency: 'BTC', }, native_amount: { amount: '-50.00', currency: 'USD', }, description: '', created_at: '2015-03-12T15:51:38-07:00', updated_at: '2015-01-31T20:49:02Z', resource: 'transaction', resource_path: '/v2/accounts/2bbf394c-193b-5b2a-9155-3b4732659ede/transactions/ff01bbc6-c4ad-59e1-9601-e87b5b709458', to: { id: '58542935-67b5-56e1-a3f9-42686e07fa40', resource: 'account', resource_path: '/v2/accounts/58542935-67b5-56e1-a3f9-42686e07fa40', }, details: { title: 'Transfered bitcoin', subtitle: 'to Secondary Account', }, }, { id: '57ffb4ae-0c59-5430-bcd3-3f98f797a66c', type: 'send', status: 'completed', amount: { amount: '-0.00100000', currency: 'BTC', }, native_amount: { amount: '-0.01', currency: 'USD', }, description: null, created_at: '2015-03-11T13:13:35-07:00', updated_at: '2015-03-26T15:55:43-07:00', resource: 'transaction', resource_path: '/v2/accounts/2bbf394c-193b-5b2a-9155-3b4732659ede/transactions/57ffb4ae-0c59-5430-bcd3-3f98f797a66c', network: { status: 'off_blockchain', name: 'bitcoin', }, to: { id: 'a6b4c2df-a62c-5d68-822a-dd4e2102e703', resource: 'user', resource_path: '/v2/users/a6b4c2df-a62c-5d68-822a-dd4e2102e703', }, details: { title: 'Send bitcoin', subtitle: 'to User 2', }, }, ], };